home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1996 / MacHack 1996.toast / Hacks / Hacks ’92 / HyperInitMaker... / Heizer Working Models / MasterScript WM.sea / MasterScript™.Demo ƒ / Scripts ƒ / ConfigureMasterScript next >
Text File  |  1992-04-06  |  2KB  |  45 lines

  1. -- File Name            ConfigureMasterScript
  2.  
  3. -- Written By:        Peter B. Nagel
  4. -- Date Created:    December 10, 1991 9:12:36 AM
  5. -- Description:
  6.  
  7. --        A start up script for MasterScript that configures all of its modules
  8.  
  9. -- Change History:
  10.  
  11. -------------------------------------------------
  12.  
  13. set the MSGSDELAY of window "Messages Monitor" to 0
  14. set the MSGSMONITORING of window "Messages Monitor" to FALSE
  15.  
  16. set the visible of window "MasterScript Worksheet" to TRUE
  17. set the visible of window "Variables Monitor" to TRUE
  18. set the visible of window "Messages Monitor" to TRUE
  19. set the visible of window "Externals Monitor" to TRUE
  20.  
  21. set the rect of window "Variables Monitor" to 4,35,316,247
  22. set the rect of window "Messages Monitor" to 4,261,316,473
  23. set the rect of window "Externals Monitor" to 322,35,634,247
  24.  
  25. set the VARSMONITORING of window "Variables Monitor" to TRUE
  26. set the VARSDISPLAY of window "Variables Monitor" to ActiveVars
  27.  
  28. set the MSGSMONITORING of window "Messages Monitor" to TRUE
  29. set the MSGSDISPLAY of window "Messages Monitor" to "RecordAll"
  30. set the MSGSTICKS of window "Messages Monitor" to FALSE
  31. set the MSGSHANDLER of window "Messages Monitor" to FALSE
  32. set the MSGSBUFFER of window "Messages Monitor" to 100
  33. set the MSGSDELAY of window "Messages Monitor" to 0
  34. set the MSGSTRAPPING of window "Messages Monitor" to TRUE
  35. put "\\Δmouse" into temp
  36. set the MSGSTRAPLIST of window "Messages Monitor" to temp
  37.  
  38. set the XCMDMONITORING of Window "Externals Monitor" to TRUE
  39. set the XCMDDISPLAY of Window "Externals Monitor" to "xParamBlock"
  40. set the XCMDWINDEVENTS of Window "Externals Monitor" to FALSE
  41. set the XCMDCALLBACKS of Window "Externals Monitor" to FALSE
  42. set the XCMDDELAY of Window "Externals Monitor" to 0
  43. put "xActivateEvt" & return & "xUpdateEvt" into temp
  44. set the XCMDTRAPLIST of Window "Externals Monitor" to temp
  45.